home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / Winter Shell 1.0d2 / Source / PopupCDEF 1.0b2 / Description next >
Encoding:
Text File  |  1994-01-19  |  1.2 KB  |  22 lines  |  [TEXT/KAHL]

  1. This is version 1.0b2 of Popup CDEF. It fixes a bug in the dispose
  2. routine and adds support for menus created by the application.
  3. (Thanks to Eric Bowman, bobo@reed.edu, for both of these.)
  4.  
  5. This popup CDEF is compatible with systems 6.0 and 7.0 and is similar
  6. to the standard popup CDEF supplied with system 7.0 and described in
  7. IM-VI. An additional variation code, popupTypeIn, helps support
  8. type-in popup menus by displaying only the down arrow without the
  9. current selection or title. The application still needs to support
  10. the editable text field for the type-in popup menu. Dynamically created
  11. menus are also supported by using GetMHandle to access a menu if it
  12. can't be found in a resource file. Except for the popupTypeIn attribute
  13. and the use of GetMHandle this CDEF should be upwards compatible with
  14. the system 7.0 CDEF. The MDEF is used to draw the current selection,
  15. so that even icons in menus are properly displayed. The only major
  16. feature missing is color support, but this should not be difficult
  17. for someone to add. Full C source for THINK C 5.0.4 is included.
  18.  
  19. This software is freeware and may be included in the info-mac
  20. commercial CD-ROM. For all other commercial distribution please
  21. contact the author.
  22.